Welcome![Sign In][Sign Up]
Location:
Search - voice compression code

Search list

[Communication-Mobilelpc

Description: 语音LPC压缩算法源代码(C语音)-voice compression algorithm source code (C voice)
Platform: | Size: 51618 | Author: Paladin | Hits:

[Communication-Mobilespeex-1.1.5.tar

Description: 语音压缩和解压缩源代码。-voice compression source code.
Platform: | Size: 600280 | Author: 张佳 | Hits:

[Voice CompressG.723.1-Annex-A-199611-I

Description: ITU-T G.723语音压缩编解码算法源码和测试语音,内有标准附件和使用说明。-ITU-T G.723 voice compression codec algorithm source code and test voice, within the standard accessories and use.
Platform: | Size: 1700649 | Author: 阙劲峰 | Hits:

[Communicationtalk_g729

Description: 这是在互连网上传输实时语音的vc工程, 语音使用g.729压缩。附件包含一个dll库和test源代码。 -This is the Internet, real-time transmission of voice vc, using G.729 voice compression. The annex contains a dll libraries and test source code.
Platform: | Size: 92964 | Author: lich | Hits:

[Compress-Decompress algrithmshomework.m

Description: 本代码是本人于前年完成的利用小波变换技术实现的图像分解与合成的MATLAB源代码.详细的说明见本人的个人主页,上面有详细的说明和测试结果,数据绝对准确可靠.本人现在正在研究语音压缩算法,主要是MELP算法.从网上搜索到这里正好有本人所要参考的源代码,如能赐予,万分感谢.邮箱:liwh@ruyi.com电话:133251646-the code is completed in the year before last I use wavelet transform technique of image decomposition and synthesis of MATLAB source. A detailed description of my personal home page, above a detailed description and test results, data absolutely accurate and reliable. Now I was studying voice compression algorithm, mainly MELP Algorithm. from the Internet to search, I just happened to be here by reference to the source code, if God and extremely grateful. mail : liwh@ruyi.com Tel : 133251646
Platform: | Size: 5378 | Author: 李文化 | Hits:

[ComboBoxP89LPC900ICP

Description: 这只是一个基本功能的软件代码,作为学习的材料和各位朋友分享,希望提出批评。 基本功能是实现VOIP的语音的压缩和还原。其中可能存在一些错误。指出跟我联系-This is a basic function of software code, as learning materials, and friends want to share critics. The basic function is to achieve VoIP voice compression and reduction. Of which there may be some mistakes. I noted with links
Platform: | Size: 172719 | Author: 颜志升 | Hits:

[Multimedia programlibspeex

Description: SPeex语音压缩算法的静态连接库和源代码-SPeex voice compression algorithm static libraries and source code
Platform: | Size: 374102 | Author: why | Hits:

[Voice Compressg7231_c54x

Description: G723.1语音压缩解压在tms320c54系列上的实现代码,本人已在CCS上仿真通过. 包含全部源代码,主函数请自已写(本人的就不奉送了:-G723.1 voice compression decompression tms320c54 series in the realization of code, I have been on the CCS through simulation. Includes full source code, the main function please write their own (I would not give it :
Platform: | Size: 145995 | Author: 张鹏 | Hits:

[Compress-Decompress algrithmssoundcompress

Description: G.711 G.72 3声音压缩标准压缩、解压代码-G.711 G.72 3 voice compression standard compression, decompression code
Platform: | Size: 21090 | Author: 王志东 | Hits:

[Communicationg723CodeAndDocument

Description: g723语音压缩格式。里面包含了最新的说明文档和代码,可以使用VC来编译。对视频会议或者作VOIP的朋友很有帮助。-voice compression format. The latest of which contains the documentation and code can be used to compile VC. Right for video conferencing or VOIP helpful friends.
Platform: | Size: 265409 | Author: coolhome | Hits:

[Voice Compressg723.c

Description: 符合G。729A标准的语音压缩源代码, 很经典,未经过优化含有错误,请修改后使用,-with G. 729A standard voice compression source code, classic, not optimized to contain errors, please use the revised,
Platform: | Size: 104218 | Author: zkh | Hits:

[Voice Compresslpc10-15

Description: lpc10-15为美军2400bps语音压缩标准的C语音源代码。-lpc10-15 for the U.S. 2400 voice compression standard C source code voice.
Platform: | Size: 948956 | Author: 文翔云 | Hits:

[Voice Compressg729b_pc

Description: g729b_pc.rar是G729语音压缩标准的附件B的C语言实现标准源代码。-g729b_pc.rar is decode voice compression standards Annex B C Language Standard code.
Platform: | Size: 103290 | Author: 文翔云 | Hits:

[ELanguageG723.1.3

Description: 语音压缩编码和解码的标准,其中包含部分源代码-voice compression encoding and decoding standard, which includes source code
Platform: | Size: 226783 | Author: kevin | Hits:

[VOIP programTalkG726

Description: G726局域网语音通话程序和源代码 这是使用G726语音压缩(16kbps)和RTP进行传输的程序,因为我没有带WIFI的PPC,所以每个程序都是单独测试的,PC端和PPC端分别都工作正常。 G726编解码算法来自OpenH323.传输使用的RTP可以在RTP程序中找到讲解,这个程序主要是G726的函数。将整个 G726封装为g726_Encode和g726_Decode两个函数,参数为压缩和解压数据存储的地址指针,可以将960字节压缩到120字节和将 120字节解压为960字节。这里G726使用的时候,音频设置为8kHz,16位量化,单声道。 使用方法很简单,只用两端各自输入对方的IP,然后按下“开始对话”,就可以进行语音通信了。 PPC端的运行比较稳定,已经进行了自收自发近一个小时连续工作的测试,非常稳定,话音清晰。-G726 LAN voice calls procedures and the source code is the use of voice compression G726 (16kbps ) and RTP for the transmission process, because I did not bring WIFI the PPC, there are separate procedures for each test, PC - and PPC-were all normal work. G726 codec algorithm from the OpenH323. RTP transmission can be used in the process to find RTP stresses Xie, this procedure is mainly a function of G726. Packaging whole G726 for g726_Encode and g726_Decode two functions, Parameters for the compression and decompression of data storage address pointer, 960 bytes can be compressed to 120 to 120 bytes and bytes to 960 bytes decompression. G726 used here, Audio set to 8kHz, 16 quantify mono. It is very simple to use, with only two ends of the respective input each other's IP, then press
Platform: | Size: 708753 | Author: Xia Tao | Hits:

[WinSock-NDISG726Netphonesrc

Description: G726局域网语音通话源代码(vc++ 6) 这是使用G726语音压缩(16kbps)和RTP进行传输的程序,使用方法很简单,因为没多少时间,并且RTP不面向连接,所以我也没做连接确认的,只用两端各自输入对方的IP,然后按下“开始对话”,就可以进行语音通信了。-G726 LAN voice calls source code (vc 6) This the voice compression using G726 (- ns 16-kb ps) and RTP for transmission, the use of approach is very simple, because no amount of time, RTP and not connection-oriented, so I do not recognize the link, only two ends of the respective input each other's IP, then press the "start a dialogue", it can implement a voice communication.
Platform: | Size: 276815 | Author: Arnold | Hits:

[Voice CompressG.711G.721G.723

Description: 基于G.711、G.721、G.723协议的语音压缩编码C语言源代码-based on G.711, based on G.721 and G.723 voice compression agreement coding C language source code
Platform: | Size: 28401 | Author: wind | Hits:

[Audio programlibvorbis-1.1.2

Description: ogg语音引擎,压缩出类似于mp3高保真的语音源代码.-ogg voice engine, similar to mp3 compression out high-fidelity voice source code.
Platform: | Size: 1487200 | Author: tb | Hits:

[VOIP programMChat

Description: 一个可以在局域网进行视频聊天的源代码,语音压缩采用G729,视频压缩采用H.263,网络传输采用RTP。本程序介绍了视频聊天的基本技术,稍加改动就可以直接运用于Internet网络。本人主要进行流媒体传输方面的工作,有兴趣者可以和本人联系。email:cxingpeng@gmail.com-a LAN can video chat source code, voice compression using G729. H.263 video compression and network transmission using RTP. The procedures of the basic video chat technology, tamper on the Internet can be directly applied to the network. I mainly carried out with regard to the transmission of streaming media work, are interested in and I can link. Email : cxingpeng@gmail.com
Platform: | Size: 564916 | Author: cxingpeng | Hits:

[File FormatVoice-Compression

Description: 音频压缩matlab代码,使用时先将6段代码分别编译,在command窗口中运行main函数即可。-Audio compression matlab code, use the first six sections of the code were compiled, the main function can be run in a command window.
Platform: | Size: 15360 | Author: Bill Huang | Hits:
« 1 23 4 5 6 7 8 »

CodeBus www.codebus.net